SftTree/NET 2.0

AutoVScrollMargin Property, DimensionsClass Class

Softel vdm, Inc.

Defines the height of the area at the top and bottom of the control's item area where vertical scrolling starts during a drag & drop operation.

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoVScrollMargin As Integer

C#   

public int AutoVScrollMargin { get; set; }

C++   

public: property int AutoVScrollMargin {
        int get();
        void set(int value);
}

Property Value

The height of the area in pixels.

The default value is 20.

Comments

The AutoVScrollMargin property defines the height of the area at the top and bottom of the control's item area where vertical scrolling starts during a drag & drop operation.

If the cursor enters the area at the top and bottom of the control's item area, the control initiates vertical scrolling.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com